runtime.notifyList.lock (field)

10 uses

	runtime (current package)
		sema.go#L464: 	lock mutex
		sema.go#L489: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L493: 		unlock(&l.lock)
		sema.go#L513: 	goparkunlock(&l.lock, waitReasonSyncCondWait, traceEvGoBlockCond, 3)
		sema.go#L531: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L541: 	unlock(&l.lock)
		sema.go#L561: 	lockWithRank(&l.lock, lockRankNotifyList)
		sema.go#L566: 		unlock(&l.lock)
		sema.go#L597: 			unlock(&l.lock)
		sema.go#L603: 	unlock(&l.lock)